home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / tafltggr.lha / rexx / TAAreaExclude.trans < prev    next >
Text File  |  1995-11-08  |  411b  |  17 lines

  1. /* Launch Script for TAAreaExclude
  2.    Written by Juergen A.Lamers on Wuivend Riet +49-(0)-241-573145
  3.    You should only change the Priority, the Path and the Options
  4.    for TAAreaExclude, please never decrease the stack !!
  5.  */
  6.  
  7. options results
  8. signal on error
  9.  
  10. systeminfo '8' ; line = result
  11.  
  12. call pragma('stack',50000)
  13. call pragma('priority',2)
  14. newline
  15. address command 'bbs:bin/TAAreaExclude LINE 'line
  16. exit 0
  17.